- log-on string
- последовательность операций при входе в систему (при регистрации)
Англо-русский словарь по компьютерной безопасности. Академик.ру. 2011.
Англо-русский словарь по компьютерной безопасности. Академик.ру. 2011.
Log Bomb — Infobox Album Name = Log Bomb Type = studio Artist = Bob Log III Released = 2003 Recorded = Genre = Blues Length = Label = Producer = Reviews = Last album = This album = Next album = Log Bomb is Bob Log III s fourth album. Tracks # Log Bomb # One … Wikipedia
Query string — In the World Wide Web, a query string is the part of a URL that contains data to be passed to web applications such as CGI programs.When a web page is requested via the Hypertext Transfer Protocol, the server locates a file in its file system… … Wikipedia
Singleton (patron de conception) — Pour l’article homonyme, voir Singleton. En génie logiciel, le singleton est un patron de conception (design pattern) dont l objet est de restreindre l instanciation d une classe à un seul objet (ou bien à quelques objets seulement).… … Wikipédia en Français
Singleton (Motif de conception) — Singleton (patron de conception) En génie logiciel, le singleton est un patron de conception (design pattern) dont l objet est de restreindre l instanciation d une classe à un seul objet (ou bien à quelques objets seulement). Il est utilisé… … Wikipédia en Français
Singleton (motif de conception) — Singleton (patron de conception) En génie logiciel, le singleton est un patron de conception (design pattern) dont l objet est de restreindre l instanciation d une classe à un seul objet (ou bien à quelques objets seulement). Il est utilisé… … Wikipédia en Français
Communication complexity — The notion of communication complexity was introduced by Yao in 1979,[1] who investigated the following problem involving two separated parties (Alice and Bob). Alice receives an n bit string x[clarification needed] and Bob another n bit string… … Wikipedia
Árbol biselado — Un Árbol biselado o Árbol Splay es un Árbol binario de búsqueda auto balanceable, con la propiedad adicional de que a los elementos accedidos recientemente se accederá más rápidamente en accesos posteriores. Realiza operaciones básicas como… … Wikipedia Español
Extensible Storage Engine — For JET Red storage engine of Microsoft Access, see Microsoft Jet Database Engine. For the teacher s term, Exceptional education. Extensible Storage Engine (ESE), also known as JET Blue, is an Indexed Sequential Access Method (ISAM) data storage… … Wikipedia
Clique problem — The brute force algorithm finds a 4 clique in this 7 vertex graph (the complement of the 7 vertex path graph) by systematically checking all C(7,4)=35 4 vertex subgraphs for completeness. In computer science, the clique problem refers to any of… … Wikipedia
Цепочка обязанностей — Шаблон проектирования поведенческий Chain of responsibility Тип: поведенческий Назначение: для организации в системе уровней ответственности Родственные шаблоны: К … Википедия
Suffix array — In computer science, a suffix array is an array giving the suffixes of a string in lexicographical order.DetailsConsider the string abracadabra , of length 11. It has eleven suffixes: abracadabra , bracadabra , racadabra , and so on down to a .… … Wikipedia